|
Posizione nel menu |
---|
Mesh → Importa mesh... |
Ambiente |
Mesh |
Avvio veloce |
Nessuno |
Introdotto nella versione |
- |
Vedere anche |
Importa, Apri, Importazione e Esportazione |
Il comando Importa mesh importa la geometria da un formato file mesh nel documento attivo. Sono supportati diversi formati di file. Il comando crea un oggetto mesh non parametrico, una Mesh Feature.
Il comando supporta: file stl, ast, bms, obj, off, iv, ply, nas e bdf. Per il formato file NASTRAN (nas/bdf), sono supportate solo le schede GRID, CTRIA3 e CQUAD4.
Vedere: Mesh Feature.
Vedere anche: Script di base per FreeCAD
Per importare un file mesh utilizzare il metodo insert
del modulo Mesh.
import Mesh
Mesh.insert('D:/testfiles/cylinder.stl')